subgraph spanner
spanner,
(α,β)-spanner,
t-spanner
#approximation_algorithms #graph_theory
#approximation_algorithms #graph_theory
Definition (-spanner)
Given , and an arbitrary undirected unweighted graph with -nodes , call a spanning subgraph an -spanner of if for every pair of vertices,
A -spanner is another name for -spanner (used in some literature), where is defined as the stretch factor.
Notes
- sparser subgraphs
- -spanners preserve the graph exactly
- higher values of and allow deleting more edges (but don't want too high either)
- two extremes:
- multiplicative sparsification ()
- additive sparsification ()
- the minimum spanning tree is the subgraph with the least total edge weight that still connects all the vertices (is connected)
References
- https://people.csail.mit.edu/ghaffari/AA18/Notes/S2.pdf
- https://web.eecs.umich.edu/~pettie/papers/spanner-journal.pdf
- I. Althöfer, G. Das, D. Dobkin, D. Joseph, and J. Soares, “On sparse spanners of weighted graphs,” Discrete Comput Geom, vol. 9, no. 1, pp. 81–100, Jan. 1993, doi: 10.1007/bf02189308.